From: Juanma Barranquero Date: Fri, 6 Sep 2002 07:17:49 +0000 (+0000) Subject: (choose-completion-string-functions): Fix spacing. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~30788 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=f7b47ac78cbef51ec56baf935746c0238766f021;p=emacs.git (choose-completion-string-functions): Fix spacing. --- diff --git a/lisp/simple.el b/lisp/simple.el index 4eb74f2bc0d..bfef6535b02 100644 --- a/lisp/simple.el +++ b/lisp/simple.el @@ -3834,7 +3834,7 @@ With prefix argument N, move N items (negative N means move backward)." These functions are called in order with four arguments: CHOICE - the string to insert in the buffer, BUFFER - the buffer in which the choice should be inserted, -MINI-P - non-nil iff BUFFER is a minibuffer, and +MINI-P - non-nil iff BUFFER is a minibuffer, and BASE-SIZE - the number of characters in BUFFER before the string being completed.